Skip to main content

Get Position Information

Type GET

Description: /future/user/v1/position/list

Parameters

NameTypeMandatoryDefaultDescription
symbolstringNoN/ATrading pair (queries position information for all trading pairs when not provided)

Limit Flow Rules

200/s/apikey

Response Example

Response
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": [
{
"autoMargin": false, // Whether to automatically call margin
"availableCloseSize": 0, // Available quantity (Cont)
"closeOrderSize": 0, // Pending order quantity (Cont)
"entryPrice": 0, // Open position average price
"isolatedMargin": 0, // Isolated Margin
"leverage": 0, // Leverage
"openOrderMarginFrozen": 0, // Occupied open position margin
"positionSide": "", // Position side
"positionSize": 0, // Position quantity (Cont)
"positionType": "", // Position type
"realizedProfit": 0, // Realized profit and loss
"symbol": "" // Trading pair
}
],
"returnCode": 0
}